[azure] Use variable instead of hardcoded value for eventHubName, fix potential deployment issue error, update versions#988
Merged
Conversation
Diogo-Costa
approved these changes
Sep 11, 2025
Member
|
This seems like a useful change. Thanks for putting in the work here! @lfventura could you remove the changes to the zip file from the commit? For security purposes we at Datadog will regenerate the zip. |
Contributor
Author
|
Hi @mattsp1290 , changes to the zip file removed. |
Diogo-Costa
approved these changes
Sep 16, 2025
Member
|
Apologies for the long tail on this. We will need to update the ARM templates as well to support this and need to find time to schedule that work. If you have bandwidth and domain knowledge to add those updates as well, the ARM template for this lives in https://github.com/DataDog/datadog-serverless-functions/tree/master/azure/eventhub_log_forwarder |
mattsp1290
approved these changes
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Motivation
It should be compatible with users that were running older versions of this function.
Testing Guidelines
Ran in my Azure environment and logs were forwarded properly
Additional Notes
NA
Types of changes
Check all that apply